// var TN_Widget = function() { return { //Options newWindow : true, linkText : "view
tickets", tixUrl : "http://www.ticketnetwork.com/tix/", trackingParams : "", custLink : true, //depricated kbid : "", //Overwrittable functions trackingLink :"", CreateCustomUrl : function(row) { return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx"; }, CreateEventRow : function(row, isAlt) { return "" + row[0] +"" + row[1] +"
" + row[2] +"" + row[3] +"
" + row[4] + "
" + row[5] + ""+ this.linkText+ ""; }, AddCss: function(cssUrl) { var fileref=document.createElement("link"); fileref.setAttribute("rel", "stylesheet"); fileref.setAttribute("type", "text/css"); fileref.setAttribute("href", cssUrl); document.getElementsByTagName("head")[0].appendChild(fileref); }, CreateTable : function(eventData,kywrds,url) { if(typeof(TN_SetWidgetOptions) == "function") TN_SetWidgetOptions(); //for backwards compatability if(this.kbid != "") this.trackingParams = "?img=249&kbid="+this.kbid; var newTable = []; for(var cntr = 0; cntr < eventData.length; cntr++) newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = '' + newTable.join('') + '
'; } else document.write('
' + newTable.join('') + '
'); if(eventData.length >= 100 && kywrds != undefined) { if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML += '
See all events for '+ kywrds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kywrds + " on TicketNetwork.com
"); } } if(eventData.length > 0) { document.getElementById("previewNote").style.display = "none"; } } }; }(); //BPW-TNSERV-01A TN_Widget.CreateTable([['AHL North Division Semifinals: Syracuse Crunch vs. Rochester Americans - Home Game 1, Series Game 3','Upstate Medical University Arena at Onondaga County War Memorial','Syracuse, NY','Thursday','5/2/2024','7:00 PM','6353817','AHL-North-Division-Semifinals--Syracuse-Crunch-vs--Rochester-Americans---Home-Game-1--Series-Game-3-5-2-2024'],['AHL North Division Semifinals: Syracuse Crunch vs. Rochester Americans - Home Game 2, Series Game 4','Upstate Medical University Arena at Onondaga County War Memorial','Syracuse, NY','Saturday','5/4/2024','7:00 PM','6353818','AHL-North-Division-Semifinals--Syracuse-Crunch-vs--Rochester-Americans---Home-Game-2--Series-Game-4-5-4-2024'],['Disney On Ice: Frozen & Encanto','Upstate Medical University Arena at Onondaga County War Memorial','Syracuse, NY','Thursday','5/9/2024','7:00 PM','6304278','Disney-On-Ice--Frozen---Encanto-5-9-2024'],['Disney On Ice: Frozen & Encanto','Upstate Medical University Arena at Onondaga County War Memorial','Syracuse, NY','Friday','5/10/2024','7:00 PM','6304279','Disney-On-Ice--Frozen---Encanto-5-10-2024'],['Disney On Ice: Frozen & Encanto','Upstate Medical University Arena at Onondaga County War Memorial','Syracuse, NY','Saturday','5/11/2024','11:00 AM','6304282','Disney-On-Ice--Frozen---Encanto-5-11-2024'],['Disney On Ice: Frozen & Encanto','Upstate Medical University Arena at Onondaga County War Memorial','Syracuse, NY','Saturday','5/11/2024','3:00 PM','6304281','Disney-On-Ice--Frozen---Encanto-5-11-2024'],['Disney On Ice: Frozen & Encanto','Upstate Medical University Arena at Onondaga County War Memorial','Syracuse, NY','Saturday','5/11/2024','7:00 PM','6304280','Disney-On-Ice--Frozen---Encanto-5-11-2024'],['Disney On Ice: Frozen & Encanto','Upstate Medical University Arena at Onondaga County War Memorial','Syracuse, NY','Sunday','5/12/2024','12:00 PM','6304284','Disney-On-Ice--Frozen---Encanto-5-12-2024'],['Disney On Ice: Frozen & Encanto','Upstate Medical University Arena at Onondaga County War Memorial','Syracuse, NY','Sunday','5/12/2024','4:00 PM','6304285','Disney-On-Ice--Frozen---Encanto-5-12-2024'],['The Doobie Brothers','Upstate Medical University Arena at Onondaga County War Memorial','Syracuse, NY','Friday','9/27/2024','8:00 PM','6398755','The-Doobie-Brothers-9-27-2024'],['Sebastian Maniscalco','Upstate Medical University Arena at Onondaga County War Memorial','Syracuse, NY','Sunday','11/17/2024','7:00 PM','6115272','Sebastian-Maniscalco-11-17-2024']],'War Memorial At OnCenter','http://www.ticketnetwork.com/ticket/War-Memorial-At-OnCenter-events.aspx');